home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume90 / util / st / part01 / makefile < prev    next >
Makefile  |  1990-06-04  |  352b  |  19 lines

  1. # serial makefile, created by John Schultz, 17-Sep-89
  2.  
  3. st: st.o serial.o input.o inputhandler.o
  4.   blink from lib:c.o+st.o+serial.o+input.o+inputhandler.o to st \
  5.              lib lib:lc.lib sc sd nd
  6.  
  7. st.o: st.c
  8.   lc -O st.c
  9.  
  10. serial.o: serial.a
  11.   asm serial.a
  12.  
  13. input.o: input.h input.c
  14.   lc input.c
  15.  
  16. inputhandler.o: inputhandler.a
  17.   asm inputhandler.a
  18.  
  19.